RangeTestConfigOrBuilder

interface RangeTestConfigOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getClearOnReboot(): Boolean

Bool indicating that the node should cleanup / destroy it's RangeTest.csv file.
ESP32 Only
bool clear_on_reboot = 4;
Link copied to clipboard
abstract fun getEnabled(): Boolean

Enable the Range Test Module
bool enabled = 1;
Link copied to clipboard
abstract fun getSave(): Boolean

Bool value indicating that this node should save a RangeTest.csv file.
ESP32 Only
bool save = 3;
Link copied to clipboard
abstract fun getSender(): Int

Send out range test messages from this node
uint32 sender = 2;